home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EnigmA Amiga Run 1995 November
/
EnigmA AMIGA RUN 02 (1995)(G.R. Edizioni)(IT)[!][issue 1995-11][Skylink CD].iso
/
earcd
/
ear
/
mui23dev.lha
/
MUI
/
Developer
/
Autodocs
/
MUI_Virtgroup.doc
< prev
next >
Wrap
Text File
|
1994-12-23
|
2KB
|
72 lines
TABLE OF CONTENTS
Virtgroup.mui/Virtgroup.mui
Virtgroup.mui/MUIA_Virtgroup_Height
Virtgroup.mui/MUIA_Virtgroup_Left
Virtgroup.mui/MUIA_Virtgroup_Top
Virtgroup.mui/MUIA_Virtgroup_Width
Virtgroup.mui/Virtgroup.mui
Virtgroup class generates special kinds of group objects whose
children can be a lot larger than the actual group. The group
acts as a (small) window through which a rectangle area of its
contents is visible.
Layout of a virtual groups children doesn't depend on the space
available for the virtual group object. The children will get
as much room as they want, usually their default size.
Virtual groups themselves don't offer any scrollbars to allow
user interaction. These things are handled by scrollgroup class.
Virtgroup.mui/MUIA_Virtgroup_Height
NAME
MUIA_Virtgroup_Height -- (V6 ) [..G], LONG
FUNCTION
Read the virtual height of a virtual group.
Note: Currently you are unable to set the height,
this might change in future releases.
SEE ALSO
MUIA_Virtgroup_Width, MUIA_Virtgroup_Left, MUIA_Virtgroup_Top
Virtgroup.mui/MUIA_Virtgroup_Left
NAME
MUIA_Virtgroup_Left -- (V6 ) [ISG], LONG
FUNCTION
Get/set the virtual left edge of a virtual group.
The left edge will automatically be clipped to
be between 0 and (VirtualWidth-DisplayWidth).
SEE ALSO
MUIA_Virtgroup_Width, MUIA_Virtgroup_Height, MUIA_Virtgroup_Top
Virtgroup.mui/MUIA_Virtgroup_Top
NAME
MUIA_Virtgroup_Top -- (V6 ) [ISG], LONG
FUNCTION
Get/set the virtual top edge of a virtual group.
The top edge will automatically be clipped to
be between 0 and (VirtualTop-DisplayTop).
SEE ALSO
MUIA_Virtgroup_Width, MUIA_Virtgroup_Height, MUIA_Virtgroup_Left
Virtgroup.mui/MUIA_Virtgroup_Width
NAME
MUIA_Virtgroup_Width -- (V6 ) [..G], LONG
FUNCTION
Read the virtual width of a virtual group.
Note: Currently you are unable to set the width,
this might change in future releases.
SEE ALSO
MUIA_Virtgroup_Height, MUIA_Virtgroup_Left, MUIA_Virtgroup_Top